type golang.org/x/net/http2.http2Config

8 uses

	golang.org/x/net/http2 (current package)
		config.go#L30: type http2Config struct {
		config.go#L47: func configFromServer(h1 *http.Server, h2 *Server) http2Config {
		config.go#L48: 	conf := http2Config{
		config.go#L68: func configFromTransport(h2 *Transport) http2Config {
		config.go#L69: 	conf := http2Config{
		config.go#L100: func setConfigDefaults(conf *http2Config, server bool) {
		config.go#L128: func fillNetHTTPConfig(conf *http2Config, h2 *http.HTTP2Config) {
		server.go#L766: func (sc *serverConn) serve(conf http2Config) {